Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 5,420 for

file viewer

(0.07 sec)
  1. How to Compare Files with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about other methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....Template # Create a template file in the template folder and name...private key and the file GUIDs for the two files that will be compared...

    blog.groupdocs.com/comparison/how-to-compare-fi...
  2. View CAD as PDF on GroupDocs Blog | Document Au...

    View CAD as PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in View CAD as PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......Penampil CAD – Lihat File DXG, DXF Online Lihat file DXF dan DWG menggunakan...menggunakan alat CAD Viewer online gratis. Pengembang dapat mengembangkan...

    blog.groupdocs.com/id/tag/view-cad-as-pdf/index...
  3. Introducing HTML Minification in GroupDocs.View...

    We are back with another version of GroupDocs.Viewer for .NET. In this release, we have added HTML minification for optimized rendering of documents into HTML. Not only this, we have also introduced rendering of MS Project documents by specifying time intervals. Let’s have a quick overview of some exciting features of GroupDocs.Viewer for .NET 17.12. .NET Document Rendering API - New Features HTML Minification When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG)....Viewer for .NET . In this release...exciting features of GroupDocs.Viewer for .NET 17.12. .NET Document...

    blog.groupdocs.com/viewer/introducing-html-mini...
  4. Optimize the output PDF file | Documentation

    Optimize PDFs for web viewing or reduce File size with GroupDocs.Viewer. Adjust resources and improve loading times....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Python...

    docs.groupdocs.com/viewer/python-net/optimizati...
  5. Unicode Font(Bangla) Support Issue - Free Suppo...

    Bangla Sample Text 01.docx (22.6 KB) Bangla Sample Text 02.docx (12.9 KB) Distorted Text in Group Docs Viewer.pdf (1.6 MB) We were trying to render Bangla Unicode font in Group Docs Viewer but we found it get distorte…...Viewer Product Family dotnet AbuSaleh...Distorted Text in Group Docs Viewer.pdf (1.6 MB) We were trying...

    forum.groupdocs.com/t/unicode-font-bangla-suppo...
  6. How to run examples | Documentation

    How to run examples using Maven and Eclipse IDE....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Java /...

    docs.groupdocs.com/viewer/java/how-to-run-examp...
  7. Render to PNG or JPEG | Documentation

    With GroupDocs.Viewer for Java you can render documents to PNG and JPEG formats....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Java /...

    docs.groupdocs.com/viewer/java/rendering-to-png...
  8. JSON to PNG in Java on GroupDocs Blog | Documen...

    JSON to PNG in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in JSON to PNG in Java on GroupDocs Blog | Document Automation Solutions for .NET & J......Lihat file JSON sebagai PDF di Java. Selain itu, render file JSON...aplikasi Java menggunakan JSON Viewer API. Recent content in JSON...

    blog.groupdocs.com/id/tag/json-to-png-in-java/i...
  9. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original File...Viewer Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/net/save-overwriti...
  10. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported File types. An example of obtaining a list of supported File types is presented below. Iterable<FileType> supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType FileType = (FileType)iterator.next(); System.out.println(FileType.getExtension() + " - " + FileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Viewer Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/metadata/java/get-supported-...